* term.c (vfatal): Remove stray call to va_end.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 4 May 2011 07:20:46 +0000 (00:20 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 4 May 2011 07:20:46 +0000 (00:20 -0700)
commit86be2c9525a53eeecac51996a936dbdfac3902c9
tree2436d8b88332389d6522c3d181c748d2c5f397fb
parentf8baec164ab5baff8d751cca43079d73dc54af2a
* term.c (vfatal): Remove stray call to va_end.

It's not needed and the C Standard doesn't allow it here anyway.
src/ChangeLog
src/term.c